home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7060 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.iastate.edu!usenet
  2. From: goeken@iastate.edu (Scott Matthew Goeken)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C 4.52 & Opening Dialog Boxes
  5. Date: Wed, 21 Feb 1996 16:46:03 GMT
  6. Organization: Iowa State University, Ames, Iowa
  7. Message-ID: <4gfi8e$naq@news.iastate.edu>
  8. References: <4g9o4v$de8@news.eunet.cz> <4gedfe$b6n@news.iastate.edu>
  9. NNTP-Posting-Host: welch-roberts07.res.iastate.edu
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. goeken@iastate.edu (Scott Matthew Goeken) wrote:
  13.  
  14. >Borivoj Kostka <kostka@tovek.cz> wrote:
  15.  
  16. >>wiersch@fastlane.net (Albert Wiersch) writes:
  17. >>> I've noticed a strange problem with my program... Basically, the dialog boxes will open when my program is run with Borland C++ running as
  18. >>> well, but if I try to run the executable without BC, the dialog boxes won't open. What am I missing?
  19. >>> 
  20.  
  21. >>> 
  22. >>Try to call EnableBWCC or EnableCtl3d in TApplication
  23. >>constructor.
  24.  
  25. >I'm Having the same problem but I'm not using the TApplication just
  26. >using windowsx.h and windows.h I'm new to windows programming so I
  27. >could be mistaken.
  28. >Is there an iniitilization function that I must call?
  29.  
  30. After doing some reasearch I have found that you need to call the
  31. function  BWCCRegister (hInst); when you create your main window
  32.  
  33.  
  34. --
  35. Scott Matthew Goeken   goeken@iastate.edu
  36. http://www.public.iastate.edu/~goeken
  37.  
  38.